Feature: User browses sports
In order to view odds on sports
As a customer
I want to be able to navigate through sport pages
Scenario: User browses through available sports
Given I have arrived on the website01s 967ms
When I select a sport035msjava.lang.IndexOutOfBoundsException: Index: 34, Size: 29
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at sky.cucumber.pageObjects.HomePage.clickRandomSportInNavPanelAndGetSelectedSportName(HomePage.java:85)
at sky.cucumber.stepDefinitions.HomePageStepDefinitions.i_select_a_sport(HomePageStepDefinitions.java:58)
at ✽.When I select a sport(SkySportNavigation.feature:9)
Then the sport should be displayed000ms
Then the sport odds should be displayed on the screen000ms
Screenshot 1
Screenshot 2